From: Jim Blandy Date: Mon, 14 Jun 1993 15:24:24 +0000 (+0000) Subject: * holidays.el: Eval calendar-holidays; don't just use its value. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95332 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e0e8ed67ff4df4ecb96fe767dc0872fbaf44ea7d;p=emacs.git * holidays.el: Eval calendar-holidays; don't just use its value. --- diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 00d96531a64..c3986052b49 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el @@ -172,7 +172,7 @@ holidays are found, nil if not." (defun calendar-holiday-list () "Form the list of holidays that occur on dates in the calendar window. The holidays are those in the list calendar-holidays." - (let ((p calendar-holidays) + (let ((p (eval calendar-holidays)) (holiday-list)) (while p (let* ((function-name